home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Swimwear Illustrated
/
Swimwear Illustrated.iso
/
mac
/
MAIN8
/
JUN94_8.DIR
/
00006_Script_6
< prev
next >
Wrap
Text File
|
1996-02-22
|
2KB
|
83 lines
on exitFrame
if rollover(2) then
set the visible of sprite 20 to true
else
set the visible of sprite 20 to false
end if
if rollover(3) then
set the visible of sprite 21 to true
else
set the visible of sprite 21 to false
end if
if rollover(4) then
set the visible of sprite 22 to true
else
set the visible of sprite 22 to false
end if
if rollover(5) then
set the visible of sprite 23 to true
else
set the visible of sprite 23 to false
end if
if rollover(10) then
set the visible of sprite 10 to true
else
set the visible of sprite 10 to false
end if
if rollover(11) then
set the visible of sprite 11 to true
else
set the visible of sprite 11 to false
end if
if rollover(12) then
set the visible of sprite 12 to true
else
set the visible of sprite 12 to false
end if
if rollover(13) then
set the visible of sprite 13 to true
else
set the visible of sprite 13 to false
end if
if rollover(14) then
set the visible of sprite 14 to true
else
set the visible of sprite 14 to false
end if
if rollover(15) then
set the visible of sprite 15 to true
else
set the visible of sprite 15 to false
end if
if rollover(16) then
set the visible of sprite 16 to true
else
set the visible of sprite 16 to false
end if
if rollover(17) then
set the visible of sprite 17 to true
else
set the visible of sprite 17 to false
end if
if rollover(18) then
set the visible of sprite 18 to true
else
set the visible of sprite 18 to false
end if
if rollover(10) then
set the visible of sprite 10 to true
else
set the visible of sprite 10 to false
end if
if rollover(11) then
set the visible of sprite 11 to true
else
set the visible of sprite 11 to false
end if
if not soundbusy(1) then
sound stop 1
sound playfile 1, "Magartcl.aif"
end if
go loop
end